gsk_rounded_rect_init_copy: Don't normalize
authorAlexander Larsson <alexl@redhat.com>
Wed, 11 Jan 2017 08:23:37 +0000 (09:23 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 11 Jan 2017 08:23:37 +0000 (09:23 +0100)
commit2f453cc57e37638178f0cf2241609e829963af51
tree32ec093b83ab476a50d9cbd308d05ff74c4dabbd
parent882290b479c02f2bc6d1d3d85b09dc3cc66dc9b9
gsk_rounded_rect_init_copy: Don't normalize

This was showing up quite high on the profiles, and there is
no real reason for copy to normalize, as the source is a
GskRoundedRect which should be normalized already unless
you did something very strange (and then you should have normalized
manually).
gsk/gskroundedrect.c